home *** CD-ROM | disk | FTP | other *** search
-
- /*****************************************************************************
- *
- * CyberSound: 14 Bit sound driver
- *
- * (c) 1995 by Christian Buchner
- *
- *****************************************************************************
- *
- * Driver.h
- */
-
- #ifndef MAKE_ID
- #define MAKE_ID(a,b,c,d) ((ULONG)(a)<<24|(ULONG)(b)<<16|(ULONG)(c)<<8|(ULONG)(d))
- #endif /* MAKE_ID */
-
- #define STREAM_16BIT_MOTOROLA MAKE_ID('M','1','6','b')
- #define STREAM_16BIT_INTEL MAKE_ID('I','1','6','b')
-